projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e619a9
)
require vc
author
Sam Steingold
<sds@gnu.org>
Thu, 25 Jan 2001 21:02:37 +0000
(21:02 +0000)
committer
Sam Steingold
<sds@gnu.org>
Thu, 25 Jan 2001 21:02:37 +0000
(21:02 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/vc-cvs.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 674be58b63d03d4d97594dea63669e7fd011e685..6bbf4670ecfb32095e7b96f5aa062cfa4c66fd9d 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-7,6
+7,7
@@
2001-01-25 Sam Steingold <sds@gnu.org>
* vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
+ Require vc.
2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
diff --git
a/lisp/vc-cvs.el
b/lisp/vc-cvs.el
index 203dc667f488e58549548910f13d005ae05601e2..915a434a5271d865c18ab9ff8a9ae57851d0c215 100644
(file)
--- a/
lisp/vc-cvs.el
+++ b/
lisp/vc-cvs.el
@@
-5,7
+5,7
@@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-cvs.el,v 1.1
5 2001/01/09 14:48:25 fx
Exp $
+;; $Id: vc-cvs.el,v 1.1
6 2001/01/25 16:36:48 sds
Exp $
;; This file is part of GNU Emacs.
@@
-28,6
+28,8
@@
;;; Code:
+(require 'vc)
+
;;;
;;; Customization options
;;;